home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Machines / tm-hp9k3bsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-14  |  946 b   |  37 lines  |  [TEXT/MPS ]

  1. #include "tm-m68k.h"
  2.  
  3. /* See tm-m68k.h.  7 means 68020 with 68881.  */
  4.  
  5. #define TARGET_DEFAULT 7
  6.  
  7. /* Define __HAVE_FPU__ in preprocessor, unless -msoft-float is specified.
  8.    This will control the use of inline 68881 insns in certain macros.  */
  9.  
  10. #define CPP_SPEC "%{!msoft-float:-D__HAVE_FPU__}"
  11.  
  12. /* Names to predefine in the preprocessor for this target machine.  */
  13.  
  14. #define CPP_PREDEFINES "-Dmc68000 -Dmc68020 -Dhp300 -Dhp9000 -Dunix"
  15.  
  16. /* Every structure or union's size must be a multiple of 2 bytes.  */
  17.  
  18. #define STRUCTURE_SIZE_BOUNDARY 16
  19.  
  20. /* This is BSD, so it wants DBX format.  */
  21.  
  22. #define DBX_DEBUGGING_INFO
  23.  
  24. /* Do not break .stabs pseudos into continuations.  */
  25.  
  26. #define DBX_CONTIN_LENGTH 0
  27.  
  28. /* This is the char to use for continuation (in case we need to turn
  29.    continuation back on).  */
  30.  
  31. #define DBX_CONTIN_CHAR '?'
  32.  
  33. /* Don't use the `xsfoo;' construct in DBX output; this system
  34.    doesn't support it.  */
  35.  
  36. #define DBX_NO_XREFS
  37.